﻿* {
    margin: 0px;
    padding: 0px;
   
    font-family: 微软雅黑,'Microsoft YaHei',Tahoma,Helvetica,sans-serif;
}
@font-face {
	font-family: 'BebasNeueRegular';
	src: url('fonts/BebasNeue-webfont.eot');
	src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/BebasNeue-webfont.woff') format('woff'), url('fonts/BebasNeue-webfont.ttf') format('truetype'), url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

html,body{ height:100%;  }
body {
     line-height:1.6;  color: #6e6d72;      
}
.fontb {
     font-family: 'BebasNeueRegular', sans-serif; text-transform: uppercase;  
}
a
{
    text-decoration: none;
}
a:hover {
    color:#FFD600;
    }
a:link,a:active,a:visited 
{
       color: #555555;
}
a{blr:expression(this.onFocus=this.close());} /* 只支持IE，过多使用效率低 */ 　 
a{blr:expression(this.onFocus=this.blur());} /* 只支持IE，过多使用效率低 */ 　 
a:focus { -moz-outline-style: none; } /* IE不支持 */ 
ul
{
    list-style:none;
}
h2 {
    color:#020202; font-weight:normal; font-size:24px;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.clearb {
    clear:both; width:100%; overflow:hidden;
}
.clearfix
{
    clear:both;
}
.he8 {
    height:8px; overflow:hidden;
}
.ht1 {
    font-size:120px; line-height:1.1;
}
.ht3 {
    font-size:60px; line-height:1.1;
}
.clear8 {
    clear:both; height:8px; overflow:hidden; line-height:8px;
}
img
{
    border:0px;
}
p {
    min-height:20px;
}
br {
    min-height:12px;
}

.w100
{
    width:100%; overflow:hidden;
}

.page,.container
{
    width:950px;  margin:0 auto;
}
.h50
{
    height:50px; clear:both;
}
.h80 {
    height:80px; clear:both;
}
.h90
{
    height:90px; clear:both;
}

.w670
{
    width:670px;
}

.w226
{
    width:226px;
}
.yellow
{
   	background-color: #FFD600;
}

.border
{
    border: 1px solid #f0f0f0;
}  

.boderbot
{ 
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #f0f0f0;
    padding-bottom:10px;

}
.bodertop
{
    border-top-color: #f0f0f0;
    border-top-width: 1px;
    border-top-style: solid;
    padding-top:10px;
}

.mtop8
{
     margin-top:8px;
}

.mtop10
{
     margin-top:10px;
}

.padbut10
{
    padding-bottom:10px;
}

.padtop10
{
    padding-top:10px;
}

.tags
{
}
.tags a
{
    border: 1px solid #f5f5f5;
    display: inline-block;
    padding: 5px 10px 5px 10px;
    float:left; margin-right:5px;
    margin-bottom:6px;
}


/*---head and foot 部分-- */

.nav1 {
    background-position: center bottom;
    padding: 5px 0 10px 0;
    width: 100%;
    display: block;
    min-height: 50px;    
    z-index: 999999;
    padding-bottom: 12px;
    box-shadow:#dcdcdc 2px 2px 8px;
    
}
.topnav {
    padding: 5px 0 10px 0;
    width: 100%;
    display: block;
    z-index: 999999;
    min-height: 50px;
    box-shadow:#dcdcdc 2px 2px 8px;
    padding-bottom: 12px;
}
#nav
{
     list-style:none; padding-top:15px; 
}

#nav li
{
    float:left;  padding:2px; text-align:center; margin:0 15px 0 15px;
}
#nav li a
{
    color:#000002; font-weight:bold; font-size:14px; line-height:1.6; display:inline-block; padding:2px;
}
#nav li a:hover {
    color: #000002;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #000000;
}
#nav li a.active {
    color: #000002;
    font-weight: bold;
    font-size: 14px;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #000000;
}

.bcolor,.bcolor a {
    color:#020202;
}
.bcolor a:hover  {    
    text-decoration:underline;
}
.foot
{
      min-height:280px; clear:both; text-align:center; padding-bottom:20px; padding-top:20px;
      margin-top:20px;
}

.footico
{
    margin-top:28px;
}

.footico a
{
    margin:5px;
}
/*---head and foot 部分 结束-- */

.center {
    text-align:center;
}

#back-to-top {
	position: fixed;
	z-index: 1000;
	bottom: 20px;
	right: 20px;
	display: none;
}
#back-to-top a {
	display: block;
	width: 40px;
	height: 40px;
	background: #515A5F url(../images/backtotop.png) no-repeat center center;
	text-indent: -9999px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	transition: 0.2s all linear;
}
#back-to-top a:hover {
	background-color: #222222;
}



.pagination {
	position: relative;
	width: 100%;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
    min-height:34px;
    float:left;
    clear:both;
    text-align:left;
}
.pages {
	text-align: center;
}
.pages li {
	display: inline-block;
}
.pages li {
	display: inline-block;
	margin: 0px 2px 0px 0;
}
.pages li a {
	font-size: 13px;
	display: block;
	padding: 5px;
	color: #151515;
}
.pages li a.current {
	border-top: 2px solid #FFD600;
	border-bottom: 2px solid #FFD600;
	color: #FFD600;
}
.pages li a:hover {
	color: #FFD600;
}
.pagination a.previous, .pagination a.next {
	height: 24px;
	width: 24px;
	display: block;
	margin: 2px 0;
	background-color: #151515;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 4px;
	border-radius: 2px;
	text-align: center;
}
.pagination a.previous:hover, .pagination a.next:hover {
	background-color: #FFD600;
	color: white;
}
.pagination a.previous {
	position: absolute;
	left: 0;
	top: 0;
}
.pagination a.next {
	position: absolute;
	right: 0;
	top: 0;
}
.pagination a i {
	line-height: 24px;
}

.ysjz {display:none;}

.fyellow {
    color:#ffd600;
}
.shadow {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4);
}
.bimgs {
    display:none;
}
.f12 {
}
.f12 * {
        font-size:12px;
    }
.f13 {
}
.f13 * {
        font-size:13px;
    }
.f14 {
}
.f14 * {
        font-size:14px;
    }